home *** CD-ROM | disk | FTP | other *** search
- echo off
- rem runfirst.bat
- cls
- echo +
- echo + If you have no CONFIG.SYS file on your root directory (or boot
- echo + disk) copy the CONFIG.SYS file on this disk to your root directory
- echo + (or boot disk) and reboot BEFORE running LANDLORD.
- echo +
- echo + If you have a CONFIG.SYS file on your root directory without
- echo + BUFFERS = 20
- echo + FILES = 20
- echo + please add these lines to your CONFIG.SYS file and reboot
- echo + BEFORE running LANDLORD.
- echo +
- echo + This program requires a minimum of 256K available RAM to run.
- echo + You may use a RAMDISK with LANDLORD but you must allow at least
- echo + 256K of available RAM for LANDLORD to run in. Your RAMDISK must
- echo + be at least 256K if you run LANDLORD from RAMDISK.
- echo +
- echo +
- echo + If these conditions are not met LANDLORD will not run properly.....
- echo +
- echo +
- echo + To make any of the above changes, exit to DOS by pressing Ctrl-C
- echo + and then 'Y', otherwise
- echo +
- pause
- cls
- echo +
- echo +
- echo + To run the demonstration on a hard disk system
- echo + type DEMOHARD C: or DEMOHARD D:
- echo +
- echo +
- echo + To run the demonstration on a floppy system type DEMODISK.
- echo +
- echo +
- echo + To install a fresh LANDLORD system on a hard disk
- echo + type INITHARD C: or INITHARD D:
- echo +
- echo +
- echo + To install a fresh LANDLORD system on a two floppy
- echo + drive system type INITTWO.
- echo +
- echo +
- echo + To install a fresh LANDLORD system on a one floppy
- echo + drive system type INITONE.
- echo +
- echo +